home *** CD-ROM | disk | FTP | other *** search
/ Dictionaries & Language / Dictionaries and Language (Chestnut CD-ROM) (1993).iso / chinese / njs210_1 / emacs.key < prev    next >
Encoding:
Text File  |  1992-05-10  |  4.3 KB  |  163 lines

  1. * this is a comment line
  2. *------------------------------------
  3. * EMACS defination for NJSTAR V1.20
  4. *     V2.0's new commands not added
  5. *------------------------------------
  6. * ^ = CTRL    @ = ALT    # = SHIFT
  7. *
  8. *------------------------------------
  9. *MetaKey - two key commands
  10. *------------------------------------
  11. * ctrl-x is used for meta key
  12. * but can be defined to other key
  13. * Keys go with Meta:
  14. *  ^A -> ^Z
  15. *   A -> Z
  16. *   0 -> 9
  17. *   ESC; CTRL_BACKSLASH; CTRL_RBRACE; CTRL_6; CTRL_MINUS
  18. *   ! " # $ % & ' ( ) * + , - . / : ; < = > ? @ [ \ ] ^ _
  19. *------------------------------------
  20. ^X        MetaKey
  21.  
  22. Meta+^B   BegFile
  23. Meta+^C   File
  24. Meta+^E   EndFile
  25. Meta+^F   EditFile
  26. Meta+^N   RenameFile
  27. Meta+^O   ScrollDown
  28. Meta+^P   ScrollUp
  29. Meta+^R   SearchReplace
  30. Meta+^S   SaveFile
  31. Meta+^U   UnDelBlock
  32. Meta+^V   EditFile
  33. Meta+^W   SaveAs
  34. Meta+^X   NextFile
  35. Meta+^Z   QuitFile
  36.  
  37.  
  38. ^A        BegLine
  39. ^B        CursorLeft
  40. ^D        DelChar
  41. ^E        EndLine
  42. ^F        CursorRight
  43. ^G        GotoBlock
  44. ^H        BackSpace
  45. ^I        TabRight
  46. ^J        DelToBegLine
  47. ^K        DelToEndLine
  48. ^L        DupLine
  49. ^M        Enter
  50. ^N        CursorDown
  51. ^P        CursorUp
  52. ^R        SearchBackward
  53. ^S        Search
  54. ^T        TimeDate
  55. ^U        UnDelLine
  56. ^V        PageDown
  57. ^W        Copy
  58. ^X        MetaKey
  59. ^Y        Paste
  60. ^Z        PageUp
  61.  
  62. *------------------------------------------------------------------------------
  63. * New command in Ver 1.20
  64. *------------------------------------------------------------------------------
  65. #F2       HzSaveFile
  66. #F3       HzDecode
  67. #F4       HzEditFile
  68. #F5       PcxSaveFile
  69. #F6       ZwSaveFile
  70. #F7       ZwDecode
  71. #F8       ZwEditFile
  72. ^P        Print
  73. @X        LianXiang
  74. @F1       ListDir
  75. ^F9       ToggleEOL
  76. ^F1       FileStatus
  77. ^F3       QuitAll
  78. ^F5       WordCount
  79. ^F6       GotoLine
  80. ^F11      RepeatCmd
  81. ^X^P      PrevFile
  82. F11       MacroRec
  83. F12       MacroExec
  84. *------------------------------------------------------------------------------
  85. * Macro commands - Excute more than one command with one key stroke, plus more.
  86. *
  87. * NOTE:
  88. *       1. macro command start with 'Macro'
  89. *       2. '&' at and means continue at next line
  90. *       3. '#' followed by number n == Insert Ascii n into Macro key.
  91. *           Max n is 160, n can be specified as: DEC $150; OCT $083; HEX $0xA0.
  92. *       4. '$' followed by number n == Sleep n ticks before exec. next command.
  93. *       5. Lebeles are a name+':'; eg. BEG: END:, Max number of Labeles is 64.
  94. *       6. Jump   Beg: == Jump to Label Beg: unconditionally
  95. *       7. JTrue  Beg: == Jump to Beg: if previous command is executed Ok
  96. *       8. JFalse Beg: == Jump to Beg: if previous command is executed NOT Ok
  97. *       9. Pause == Stop Macro Execution till Enter/ESC is Pressed
  98. *      10. "XXXX" or 'XXXX' == insert XXXX into Macro key. eg "I'AM Typping"
  99. *------------------------------------------------------------------------------
  100. Meta+^P   Macro Start: BegFile beg: $128 PageDown JFalse Start: Jump beg:
  101. Meta+^N   Macro "Njstar" '─▀║Φ▓¿'  #156 "39" #155 '00'
  102. Meta+^L   Macro beg: Scrolldown Jfalse end: JUMP beg: &
  103.                 end: BegFile $180 Jump beg:
  104. Meta+^M   Macro search Pause markblock
  105. *--------------------------------------------
  106. * other commands
  107. *--------------------------------------------
  108. @B        MarkBlock
  109. @C        CopyBlock
  110. @D        DelBlock
  111. @DOWN     ScrollDown
  112. @F3       QWinput
  113. @F4       GBinput
  114. @F5       PYinput
  115. @F6       ASCinput
  116. @L        MarkLine
  117. @M        MoveBlock
  118. @X        LianXiang
  119. @U        UnMarkBlock
  120. @UP       ScrollUp
  121. DEL       DelChar
  122. DOWN      CursorDown
  123. END       EndLine
  124. GREYENTER HardReturn
  125. #ENTER    HardReturn
  126. ENTER     Enter
  127. F1        QuickHelp
  128. F10       NextFile
  129. F2        SaveFile
  130. F3        QuitFile
  131. F4        File
  132. F5        Search
  133. F6        SearchReplace
  134. F7        RenameFile
  135. F8        EditFile
  136. F9        UnDelLine
  137. HOME      BegLine
  138. LEFT      CursorLeft
  139. PGDN      PageDown
  140. PGUP      PageUp
  141. RIGHT     CursorRight
  142. TAB       TabRight
  143. UP        CursorUp
  144.  
  145. ^F10      SwitchCCLIB
  146. ^F2       SaveDic
  147. ^F4       SaveAll
  148. ^F8       AddLX
  149. @F8       delLX
  150. ^F9       PureChinese
  151.  
  152. ^BS       DelLine
  153. ^DOWN     EndScreen
  154. ^END      EndFile
  155. ^HOME     BegFile
  156. ^LEFT     WordLeft
  157. ^RIGHT    WordRight
  158. ^UP       BegScreen
  159.  
  160. *---------------------------
  161. * end of njconfig.key
  162. *---------------------------
  163.